Skip to content

Conversation

@goreactdev
Copy link

@goreactdev goreactdev commented Sep 21, 2022

Added description of data serialization dict and array, and a standard has been added for attributes and traits

Added description of the data serialization dict and array, and added standard for attributes and traits
Added description of data serialization dict and array, and a standard has been added for attributes and traits
snake#00 data:(SnakeData ~n) = ContentData;
chunks#01 data:ChunkedData = ContentData;
array#02 data:(HashMapE 32 ^ContentData) = ContentData
dict#03 data:(HashMapE 256 ^ContentData) = ContentData;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I oppose the introduction of dict (or hashmap) type without listing some expected value: it leaves developer without understanding what to implement. However, since dict can be presented in any place of ContentData tree it is probably hard to make list of keys.
What about PfxHashmapE?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants